﻿2026-07-11T01:14:57.5988887Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-11T01:14:57.5989451Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-11T01:14:57.5989789Z [36;1m$PIN = "0c95435"[0m
2026-07-11T01:14:57.5990138Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-11T01:14:57.5990550Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-11T01:14:57.5991104Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-11T01:14:57.5991710Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-11T01:14:57.5992188Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-11T01:14:57.5992623Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-11T01:14:57.5993116Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-11T01:14:57.5993561Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-11T01:14:57.5994030Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-11T01:14:57.5995199Z [36;1m}[0m
2026-07-11T01:14:57.5995435Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-11T01:14:57.5995822Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T01:14:57.6081185Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-11T01:14:57.6081478Z ##[endgroup]
2026-07-11T01:15:10.9277441Z    Compiling proc-macro2 v1.0.106
2026-07-11T01:15:10.9277804Z    Compiling quote v1.0.45
2026-07-11T01:15:10.9278049Z    Compiling unicode-ident v1.0.24
2026-07-11T01:15:10.9278285Z    Compiling cfg-if v1.0.4
2026-07-11T01:15:10.9278619Z    Compiling serde_core v1.0.228
2026-07-11T01:15:10.9279416Z    Compiling serde v1.0.228
2026-07-11T01:15:10.9279684Z    Compiling windows-link v0.2.1
2026-07-11T01:15:10.9279990Z    Compiling getrandom v0.3.4
2026-07-11T01:15:10.9280278Z    Compiling typenum v1.20.1
2026-07-11T01:15:10.9280683Z    Compiling portable-atomic v1.13.1
2026-07-11T01:15:10.9281063Z    Compiling version_check v0.9.5
2026-07-11T01:15:10.9281441Z    Compiling pin-project-lite v0.2.17
2026-07-11T01:15:10.9281674Z    Compiling shlex v2.0.1
2026-07-11T01:15:10.9282024Z    Compiling find-msvc-tools v0.1.9
2026-07-11T01:15:10.9282410Z    Compiling critical-section v1.2.0
2026-07-11T01:15:10.9282725Z    Compiling memchr v2.8.1
2026-07-11T01:15:11.2344675Z    Compiling windows-sys v0.61.2
2026-07-11T01:15:11.2587422Z    Compiling subtle v2.6.1
2026-07-11T01:15:11.2651626Z    Compiling futures-core v0.3.32
2026-07-11T01:15:11.2657781Z    Compiling smallvec v1.15.1
2026-07-11T01:15:11.3185237Z    Compiling equivalent v1.0.2
2026-07-11T01:15:11.3237623Z    Compiling itoa v1.0.18
2026-07-11T01:15:11.6082482Z    Compiling bytes v1.11.1
2026-07-11T01:15:11.6166454Z    Compiling semver v1.0.28
2026-07-11T01:15:11.6431352Z    Compiling stable_deref_trait v1.2.1
2026-07-11T01:15:11.6513978Z    Compiling log v0.4.32
2026-07-11T01:15:11.7528747Z    Compiling generic-array v0.14.7
2026-07-11T01:15:11.7583671Z    Compiling futures-sink v0.3.32
2026-07-11T01:15:11.7603954Z    Compiling rand_core v0.10.1
2026-07-11T01:15:11.7918610Z    Compiling futures-io v0.3.32
2026-07-11T01:15:11.7947027Z    Compiling slab v0.4.12
2026-07-11T01:15:11.9881116Z    Compiling rustc_version v0.4.1
2026-07-11T01:15:12.0089516Z    Compiling futures-channel v0.3.32
2026-07-11T01:15:12.1280328Z    Compiling hashbrown v0.17.1
2026-07-11T01:15:12.1567090Z    Compiling rustversion v1.0.22
2026-07-11T01:15:12.1767735Z    Compiling futures-task v0.3.32
2026-07-11T01:15:12.2148148Z    Compiling getrandom v0.2.17
2026-07-11T01:15:12.3845241Z    Compiling cpufeatures v0.2.17
2026-07-11T01:15:12.4218525Z    Compiling getrandom v0.4.2
2026-07-11T01:15:12.4857780Z    Compiling fnv v1.0.7
2026-07-11T01:15:12.5943361Z    Compiling libc v0.2.186
2026-07-11T01:15:12.7461324Z    Compiling strsim v0.11.1
2026-07-11T01:15:12.8996722Z    Compiling jobserver v0.1.34
2026-07-11T01:15:12.9020587Z    Compiling cfg_aliases v0.2.1
2026-07-11T01:15:12.9174966Z    Compiling writeable v0.6.3
2026-07-11T01:15:12.9301029Z    Compiling autocfg v1.5.1
2026-07-11T01:15:12.9344647Z    Compiling litemap v0.8.2
2026-07-11T01:15:12.9411931Z    Compiling fs_extra v1.3.0
2026-07-11T01:15:13.0309557Z    Compiling dunce v1.0.5
2026-07-11T01:15:13.2952816Z    Compiling cc v1.2.63
2026-07-11T01:15:13.3514470Z    Compiling utf8_iter v1.0.4
2026-07-11T01:15:13.3992126Z    Compiling syn v2.0.117
2026-07-11T01:15:13.4510689Z    Compiling ident_case v1.0.1
2026-07-11T01:15:13.4560871Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T01:15:13.4683009Z    Compiling icu_properties_data v2.2.0
2026-07-11T01:15:13.5284032Z    Compiling crypto-common v0.1.7
2026-07-11T01:15:13.5535277Z    Compiling indexmap v2.14.0
2026-07-11T01:15:13.6094176Z    Compiling percent-encoding v2.3.2
2026-07-11T01:15:13.6487765Z    Compiling http v1.4.1
2026-07-11T01:15:13.6867292Z    Compiling unicode-segmentation v1.13.3
2026-07-11T01:15:13.6999879Z    Compiling cpufeatures v0.3.0
2026-07-11T01:15:13.7296580Z    Compiling aws-lc-rs v1.17.0
2026-07-11T01:15:13.7773344Z    Compiling thiserror v2.0.18
2026-07-11T01:15:13.8000108Z    Compiling scopeguard v1.2.0
2026-07-11T01:15:13.8720703Z    Compiling chacha20 v0.10.0
2026-07-11T01:15:13.9201623Z    Compiling lock_api v0.4.14
2026-07-11T01:15:13.9498705Z    Compiling form_urlencoded v1.2.2
2026-07-11T01:15:13.9501198Z    Compiling block-buffer v0.10.4
2026-07-11T01:15:14.2587697Z    Compiling untrusted v0.9.0
2026-07-11T01:15:14.3316473Z    Compiling bitflags v2.12.1
2026-07-11T01:15:14.4987127Z    Compiling cmake v0.1.58
2026-07-11T01:15:14.5262161Z    Compiling winapi v0.3.9
2026-07-11T01:15:14.5328836Z    Compiling digest v0.10.7
2026-07-11T01:15:14.5459873Z    Compiling rand v0.10.1
2026-07-11T01:15:14.5804579Z    Compiling num-traits v0.2.19
2026-07-11T01:15:14.6731754Z    Compiling windows-strings v0.5.1
2026-07-11T01:15:15.0752733Z    Compiling windows-result v0.4.1
2026-07-11T01:15:15.1939397Z    Compiling heck v0.5.0
2026-07-11T01:15:15.2890616Z    Compiling rustls v0.23.40
2026-07-11T01:15:15.4004959Z    Compiling ring v0.17.14
2026-07-11T01:15:15.4732976Z    Compiling convert_case v0.10.0
2026-07-11T01:15:15.6500688Z    Compiling const-oid v0.10.2
2026-07-11T01:15:15.6994202Z    Compiling atomic-waker v1.1.2
2026-07-11T01:15:15.7637301Z    Compiling unicode-xid v0.2.6
2026-07-11T01:15:15.7641868Z    Compiling aws-lc-sys v0.41.0
2026-07-11T01:15:15.8556584Z    Compiling anyhow v1.0.102
2026-07-11T01:15:15.8976158Z    Compiling zerocopy v0.8.50
2026-07-11T01:15:15.9538431Z    Compiling parking_lot_core v0.9.12
2026-07-11T01:15:15.9849648Z    Compiling httparse v1.10.1
2026-07-11T01:15:15.9850179Z    Compiling http-body v1.0.1
2026-07-11T01:15:16.0571400Z    Compiling curve25519-dalek v4.1.3
2026-07-11T01:15:16.0866581Z    Compiling hybrid-array v0.4.12
2026-07-11T01:15:16.1709877Z    Compiling ahash v0.8.12
2026-07-11T01:15:16.2011510Z    Compiling powerfmt v0.2.0
2026-07-11T01:15:16.5080088Z    Compiling base64ct v1.8.3
2026-07-11T01:15:16.5316087Z    Compiling fastrand v2.4.1
2026-07-11T01:15:16.5502785Z    Compiling either v1.16.0
2026-07-11T01:15:17.5873221Z    Compiling deranged v0.5.8
2026-07-11T01:15:17.5875414Z    Compiling uuid v1.23.2
2026-07-11T01:15:17.5940549Z    Compiling rand_core v0.6.4
2026-07-11T01:15:17.6072411Z    Compiling zmij v1.0.21
2026-07-11T01:15:17.7357968Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T01:15:17.7920454Z    Compiling data-encoding v2.11.0
2026-07-11T01:15:17.9904804Z    Compiling synstructure v0.13.2
2026-07-11T01:15:18.0571037Z    Compiling darling_core v0.20.11
2026-07-11T01:15:18.2460462Z    Compiling tower-service v0.3.3
2026-07-11T01:15:18.2463742Z    Compiling vcpkg v0.2.15
2026-07-11T01:15:18.3595464Z    Compiling pkg-config v0.3.33
2026-07-11T01:15:18.4764039Z    Compiling time-core v0.1.8
2026-07-11T01:15:18.6273727Z    Compiling try-lock v0.2.5
2026-07-11T01:15:18.7321311Z    Compiling base64 v0.22.1
2026-07-11T01:15:18.7418562Z    Compiling num-conv v0.2.2
2026-07-11T01:15:18.8428984Z    Compiling socket2 v0.6.4
2026-07-11T01:15:18.9793881Z    Compiling mio v1.2.1
2026-07-11T01:15:18.9928056Z    Compiling tinyvec_macros v0.1.1
2026-07-11T01:15:19.0047001Z    Compiling want v0.3.1
2026-07-11T01:15:19.1871492Z    Compiling tinyvec v1.11.0
2026-07-11T01:15:19.2380221Z    Compiling parking_lot v0.12.5
2026-07-11T01:15:19.2635110Z    Compiling crypto-common v0.2.2
2026-07-11T01:15:19.3824050Z    Compiling block-buffer v0.12.0
2026-07-11T01:15:19.3907782Z    Compiling sha2 v0.10.9
2026-07-11T01:15:19.4719045Z    Compiling vergen-lib v9.1.0
2026-07-11T01:15:19.4808361Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T01:15:19.6631432Z    Compiling inout v0.1.4
2026-07-11T01:15:19.7366896Z    Compiling n0-future v0.3.2
2026-07-11T01:15:19.7794944Z    Compiling winnow v1.0.3
2026-07-11T01:15:19.9154760Z    Compiling cordyceps v0.3.4
2026-07-11T01:15:19.9698509Z    Compiling signature v2.2.0
2026-07-11T01:15:19.9982251Z    Compiling httpdate v1.0.3
2026-07-11T01:15:20.1529285Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-11T01:15:20.1634315Z    Compiling serde_json v1.0.150
2026-07-11T01:15:20.2095861Z    Compiling spin v0.10.0
2026-07-11T01:15:20.3302874Z    Compiling crossbeam-utils v0.8.21
2026-07-11T01:15:20.3334383Z    Compiling parking v2.2.1
2026-07-11T01:15:20.3694063Z    Compiling diatomic-waker v0.2.3
2026-07-11T01:15:20.3909721Z    Compiling ed25519 v2.2.3
2026-07-11T01:15:20.5878083Z    Compiling futures-lite v2.6.1
2026-07-11T01:15:20.6101284Z    Compiling serde_derive v1.0.228
2026-07-11T01:15:20.6235652Z    Compiling zeroize_derive v1.4.3
2026-07-11T01:15:20.6281567Z    Compiling zerofrom-derive v0.1.7
2026-07-11T01:15:20.6789553Z    Compiling tokio-macros v2.7.0
2026-07-11T01:15:20.7373432Z    Compiling yoke-derive v0.8.2
2026-07-11T01:15:20.7599218Z    Compiling futures-macro v0.3.32
2026-07-11T01:15:20.7859488Z    Compiling zerovec-derive v0.11.3
2026-07-11T01:15:20.8423543Z    Compiling displaydoc v0.2.6
2026-07-11T01:15:21.0075341Z    Compiling tracing-attributes v0.1.31
2026-07-11T01:15:21.2005195Z    Compiling thiserror-impl v2.0.18
2026-07-11T01:15:21.2813888Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T01:15:21.6833246Z    Compiling zeroize v1.8.2
2026-07-11T01:15:21.7043706Z    Compiling derive_more-impl v2.1.1
2026-07-11T01:15:21.8134794Z    Compiling tokio v1.52.3
2026-07-11T01:15:21.8860044Z    Compiling futures-util v0.3.32
2026-07-11T01:15:22.1879260Z    Compiling rustls-pki-types v1.14.1
2026-07-11T01:15:22.1949830Z    Compiling darling_macro v0.20.11
2026-07-11T01:15:22.2255246Z    Compiling windows-implement v0.60.2
2026-07-11T01:15:22.3783332Z    Compiling n0-error-macros v0.1.3
2026-07-11T01:15:22.4147727Z    Compiling spez v0.1.2
2026-07-11T01:15:22.7883228Z    Compiling windows-interface v0.59.3
2026-07-11T01:15:24.1662090Z    Compiling darling v0.20.11
2026-07-11T01:15:24.1671674Z    Compiling der v0.8.0-rc.10
2026-07-11T01:15:24.1696523Z    Compiling zerofrom v0.1.8
2026-07-11T01:15:24.1756078Z    Compiling pin-project-internal v1.1.13
2026-07-11T01:15:24.1782677Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T01:15:24.2342247Z    Compiling n0-error v0.1.3
2026-07-11T01:15:24.2880378Z    Compiling futures-buffered v0.2.13
2026-07-11T01:15:24.3893480Z    Compiling windows-core v0.62.2
2026-07-11T01:15:24.4960929Z    Compiling yoke v0.8.3
2026-07-11T01:15:24.5437881Z    Compiling derive_builder_core v0.20.2
2026-07-11T01:15:25.1860975Z    Compiling zerovec v0.11.6
2026-07-11T01:15:25.2056681Z    Compiling zerotrie v0.2.4
2026-07-11T01:15:25.2902167Z    Compiling digest v0.11.3
2026-07-11T01:15:25.6429920Z    Compiling cipher v0.4.4
2026-07-11T01:15:25.9782344Z    Compiling spki v0.8.0-rc.4
2026-07-11T01:15:26.1541417Z    Compiling derive_builder_macro v0.20.2
2026-07-11T01:15:26.1789718Z    Compiling vergen-lib v0.1.6
2026-07-11T01:15:26.2001488Z    Compiling pin-project v1.1.13
2026-07-11T01:15:26.2491462Z    Compiling tinystr v0.8.3
2026-07-11T01:15:26.3837552Z    Compiling potential_utf v0.1.5
2026-07-11T01:15:26.5882573Z    Compiling ipnet v2.12.0
2026-07-11T01:15:26.6717013Z    Compiling icu_locale_core v2.2.0
2026-07-11T01:15:26.6773118Z    Compiling icu_collections v2.2.0
2026-07-11T01:15:26.7025859Z    Compiling vergen v9.1.0
2026-07-11T01:15:26.7119002Z    Compiling universal-hash v0.5.1
2026-07-11T01:15:26.7308687Z    Compiling noq-udp v0.10.0
2026-07-11T01:15:26.7731837Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T01:15:26.8100525Z    Compiling derive_builder v0.20.2
2026-07-11T01:15:26.9632106Z    Compiling heapless v0.7.17
2026-07-11T01:15:27.0411869Z    Compiling sync_wrapper v1.0.2
2026-07-11T01:15:27.1851009Z    Compiling allocator-api2 v0.2.21
2026-07-11T01:15:27.2438262Z    Compiling once_cell v1.21.4
2026-07-11T01:15:27.3308100Z    Compiling derive_more v2.1.1
2026-07-11T01:15:27.3591842Z    Compiling byteorder v1.5.0
2026-07-11T01:15:27.4319031Z    Compiling opaque-debug v0.3.1
2026-07-11T01:15:27.4942371Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T01:15:27.5703448Z    Compiling tracing-core v0.1.36
2026-07-11T01:15:27.6701676Z    Compiling hash32 v0.2.1
2026-07-11T01:15:27.7198777Z    Compiling polyval v0.6.2
2026-07-11T01:15:27.7995540Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T01:15:27.9158969Z    Compiling prefix-trie v0.8.4
2026-07-11T01:15:27.9433637Z    Compiling hashbrown v0.14.5
2026-07-11T01:15:28.0293009Z    Compiling futures-executor v0.3.32
2026-07-11T01:15:28.2516645Z    Compiling tracing v0.1.44
2026-07-11T01:15:28.3229690Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T01:15:28.3433296Z    Compiling icu_provider v2.2.0
2026-07-11T01:15:28.3468989Z    Compiling ed25519-dalek v2.2.0
2026-07-11T01:15:28.7351906Z    Compiling spin v0.9.8
2026-07-11T01:15:28.7637117Z    Compiling vergen-gitcl v1.0.8
2026-07-11T01:15:28.7756197Z    Compiling windows-threading v0.2.1
2026-07-11T01:15:28.9600980Z    Compiling ryu v1.0.23
2026-07-11T01:15:28.9725973Z    Compiling tower-layer v0.3.3
2026-07-11T01:15:29.0621039Z    Compiling icu_normalizer v2.2.0
2026-07-11T01:15:29.1953108Z    Compiling icu_properties v2.2.0
2026-07-11T01:15:29.2371637Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T01:15:29.2468626Z    Compiling fallible-iterator v0.3.0
2026-07-11T01:15:29.2510051Z    Compiling signature v3.0.0
2026-07-11T01:15:29.3049061Z    Compiling hashlink v0.9.1
2026-07-11T01:15:29.3712987Z    Compiling proc-macro-crate v3.5.0
2026-07-11T01:15:29.3837937Z    Compiling windows-future v0.3.2
2026-07-11T01:15:29.4632039Z    Compiling spt-proto v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-11T01:15:29.4663765Z    Compiling windows-targets v0.52.6
2026-07-11T01:15:29.6228981Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T01:15:29.7341430Z    Compiling rusqlite v0.32.1
2026-07-11T01:15:29.7889981Z    Compiling futures v0.3.32
2026-07-11T01:15:30.1629782Z    Compiling ghash v0.5.1
2026-07-11T01:15:30.1870059Z    Compiling ctr v0.9.2
2026-07-11T01:15:30.2314883Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T01:15:30.2431409Z    Compiling aes v0.8.4
2026-07-11T01:15:30.3510223Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T01:15:30.3650121Z    Compiling windows-numerics v0.3.1
2026-07-11T01:15:30.3820365Z    Compiling windows-collections v0.3.2
2026-07-11T01:15:30.4393030Z    Compiling cobs v0.3.0
2026-07-11T01:15:30.4750934Z    Compiling postcard-derive v0.2.2
2026-07-11T01:15:30.5057639Z    Compiling fs2 v0.4.3
2026-07-11T01:15:30.5327704Z    Compiling time v0.3.47
2026-07-11T01:15:30.6210536Z    Compiling tokio-util v0.7.18
2026-07-11T01:15:30.8119478Z    Compiling idna_adapter v1.2.2
2026-07-11T01:15:30.8531493Z    Compiling http-body-util v0.1.3
2026-07-11T01:15:30.8582065Z    Compiling aead v0.5.2
2026-07-11T01:15:30.8963646Z    Compiling widestring v1.2.1
2026-07-11T01:15:31.0483111Z    Compiling idna v1.1.0
2026-07-11T01:15:31.1288009Z    Compiling ipconfig v0.3.4
2026-07-11T01:15:31.1833989Z    Compiling utf8parse v0.2.2
2026-07-11T01:15:31.2042269Z    Compiling arrayvec v0.7.6
2026-07-11T01:15:31.3587527Z    Compiling postcard v1.1.3
2026-07-11T01:15:31.3935508Z    Compiling windows v0.62.2
2026-07-11T01:15:31.4401900Z    Compiling spt-store v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-11T01:15:31.4757454Z    Compiling url v2.5.8
2026-07-11T01:15:31.7033538Z    Compiling aes-gcm v0.10.3
2026-07-11T01:15:31.7035871Z    Compiling data-encoding-macro v0.1.20
2026-07-11T01:15:31.8512867Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T01:15:31.9465869Z    Compiling tower v0.5.3
2026-07-11T01:15:31.9536579Z    Compiling num_enum_derive v0.7.6
2026-07-11T01:15:32.0319179Z    Compiling h2 v0.4.14
2026-07-11T01:15:32.4561485Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T01:15:32.5043440Z    Compiling windows-sys v0.59.0
2026-07-11T01:15:32.6243349Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T01:15:32.6477735Z    Compiling crossbeam-channel v0.5.15
2026-07-11T01:15:32.8183885Z    Compiling chrono v0.4.45
2026-07-11T01:15:33.1373777Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T01:15:33.1554437Z    Compiling async-trait v0.1.89
2026-07-11T01:15:33.3374799Z    Compiling strum_macros v0.28.0
2026-07-11T01:15:33.4147852Z    Compiling enum-assoc v1.3.0
2026-07-11T01:15:33.4816460Z    Compiling windows-registry v0.6.1
2026-07-11T01:15:33.5935319Z    Compiling blake3 v1.8.5
2026-07-11T01:15:34.3735970Z    Compiling memoffset v0.6.5
2026-07-11T01:15:34.4341944Z    Compiling netwatch v0.16.0
2026-07-11T01:15:34.5443364Z    Compiling noq v0.18.0
2026-07-11T01:15:34.5468886Z    Compiling acto v0.8.2
2026-07-11T01:15:34.5757718Z    Compiling rustc-hash v2.1.2
2026-07-11T01:15:34.7337839Z    Compiling identity-hash v0.1.0
2026-07-11T01:15:34.7338431Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T01:15:34.7987837Z    Compiling xml-rs v0.8.28
2026-07-11T01:15:34.8429016Z    Compiling foldhash v0.2.0
2026-07-11T01:15:34.8694746Z    Compiling thiserror v1.0.69
2026-07-11T01:15:34.8707090Z    Compiling ref-cast v1.0.25
2026-07-11T01:15:34.9169161Z    Compiling tagptr v0.2.0
2026-07-11T01:15:34.9491189Z    Compiling mac-addr v0.3.0
2026-07-11T01:15:34.9557720Z    Compiling lru-slab v0.1.2
2026-07-11T01:15:35.1675150Z    Compiling hashbrown v0.16.1
2026-07-11T01:15:35.1959507Z    Compiling moka v0.12.15
2026-07-11T01:15:35.2446433Z    Compiling netdev v0.42.0
2026-07-11T01:15:35.3031692Z    Compiling spt-msg v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-11T01:15:35.6484798Z    Compiling iroh-relay v0.98.0
2026-07-11T01:15:35.6828832Z    Compiling iroh-metrics v0.38.3
2026-07-11T01:15:35.8806676Z    Compiling xmltree v0.10.3
2026-07-11T01:15:36.0657964Z    Compiling strum v0.28.0
2026-07-11T01:15:36.2471126Z    Compiling num_enum v0.7.6
2026-07-11T01:15:36.2838984Z    Compiling tower-http v0.6.11
2026-07-11T01:15:36.3896467Z    Compiling n0-watcher v0.6.1
2026-07-11T01:15:36.4614182Z    Compiling hyper v1.10.1
2026-07-11T01:15:36.4842014Z    Compiling iroh-base v0.98.0
2026-07-11T01:15:36.5708342Z    Compiling attohttpc v0.30.1
2026-07-11T01:15:36.6714625Z    Compiling tokio-stream v0.1.18
2026-07-11T01:15:36.7516048Z    Compiling toml_datetime v0.6.11
2026-07-11T01:15:36.9336433Z    Compiling serde_spanned v0.6.9
2026-07-11T01:15:36.9518716Z    Compiling ref-cast-impl v1.0.25
2026-07-11T01:15:37.0708058Z    Compiling thiserror-impl v1.0.69
2026-07-11T01:15:37.2413944Z    Compiling serde_derive_internals v0.29.1
2026-07-11T01:15:37.2663229Z    Compiling simple-dns v0.9.3
2026-07-11T01:15:37.2775008Z    Compiling serial-core v0.4.0
2026-07-11T01:15:37.3410052Z    Compiling aho-corasick v1.1.4
2026-07-11T01:15:37.5004910Z    Compiling toml_write v0.1.2
2026-07-11T01:15:37.5392950Z    Compiling smol_str v0.1.24
2026-07-11T01:15:37.5995415Z    Compiling regex-syntax v0.8.10
2026-07-11T01:15:37.8222343Z    Compiling arrayref v0.3.9
2026-07-11T01:15:37.8913104Z    Compiling winreg v0.10.1
2026-07-11T01:15:37.9289640Z    Compiling sha1_smol v1.0.1
2026-07-11T01:15:37.9749073Z    Compiling resolv-conf v0.7.6
2026-07-11T01:15:37.9819474Z    Compiling winnow v0.7.15
2026-07-11T01:15:38.3677327Z    Compiling simdutf8 v0.1.5
2026-07-11T01:15:38.4008874Z    Compiling constant_time_eq v0.4.2
2026-07-11T01:15:38.6351006Z    Compiling hyper-util v0.1.20
2026-07-11T01:15:38.8307368Z    Compiling schemars_derive v1.2.1
2026-07-11T01:15:39.0366973Z    Compiling serial-windows v0.4.0
2026-07-11T01:15:39.4284116Z    Compiling iroh-dns v0.98.0
2026-07-11T01:15:39.4617892Z    Compiling lru v0.16.4
2026-07-11T01:15:39.7645558Z    Compiling webpki-roots v1.0.7
2026-07-11T01:15:39.7801822Z    Compiling seize v0.5.1
2026-07-11T01:15:39.7905564Z    Compiling darling_core v0.23.0
2026-07-11T01:15:39.8326206Z    Compiling hmac v0.12.1
2026-07-11T01:15:39.9118614Z    Compiling serde_bytes v0.11.19
2026-07-11T01:15:39.9898364Z    Compiling iroh v0.98.2
2026-07-11T01:15:40.0512597Z    Compiling bitflags v1.3.2
2026-07-11T01:15:40.1592948Z    Compiling lazy_static v1.5.0
2026-07-11T01:15:40.1887700Z    Compiling pin-utils v0.1.0
2026-07-11T01:15:40.1952746Z    Compiling cmov v0.5.4
2026-07-11T01:15:40.2846200Z    Compiling toml_edit v0.22.27
2026-07-11T01:15:40.2992501Z    Compiling regex-automata v0.4.14
2026-07-11T01:15:40.4953832Z    Compiling dyn-clone v1.0.20
2026-07-11T01:15:40.4972383Z    Compiling once_cell_polyfill v1.70.2
2026-07-11T01:15:40.5469761Z    Compiling anstyle v1.0.14
2026-07-11T01:15:40.6502979Z    Compiling ctutils v0.4.2
2026-07-11T01:15:40.7229302Z    Compiling nix v0.25.1
2026-07-11T01:15:40.7406697Z    Compiling shared_library v0.1.9
2026-07-11T01:15:40.7707282Z    Compiling papaya v0.2.4
2026-07-11T01:15:40.8385659Z    Compiling igd-next v0.17.1
2026-07-11T01:15:41.0240073Z    Compiling anstyle-wincon v3.0.11
2026-07-11T01:15:41.2006789Z    Compiling hkdf v0.12.4
2026-07-11T01:15:41.2430488Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T01:15:41.2662972Z    Compiling schemars v1.2.1
2026-07-11T01:15:41.2685851Z    Compiling serial v0.4.0
2026-07-11T01:15:41.4361334Z    Compiling filedescriptor v0.8.3
2026-07-11T01:15:41.5164365Z    Compiling anstyle-parse v1.0.0
2026-07-11T01:15:41.5424107Z    Compiling backon v1.6.0
2026-07-11T01:15:41.5523104Z    Compiling anstyle-query v1.1.5
2026-07-11T01:15:41.9163566Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T01:15:41.9403103Z    Compiling colorchoice v1.0.5
2026-07-11T01:15:42.0175192Z    Compiling downcast-rs v1.2.1
2026-07-11T01:15:42.0968063Z    Compiling shell-words v1.1.1
2026-07-11T01:15:42.1546325Z    Compiling foldhash v0.1.5
2026-07-11T01:15:42.2306076Z    Compiling paste v1.0.15
2026-07-11T01:15:42.3298376Z    Compiling wmi v0.18.4
2026-07-11T01:15:42.3312703Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T01:15:42.4601236Z    Compiling instability v0.3.12
2026-07-11T01:15:42.4952415Z    Compiling vte v0.13.1
2026-07-11T01:15:42.4958137Z    Compiling hashbrown v0.15.5
2026-07-11T01:15:42.5100770Z    Compiling anstream v1.0.0
2026-07-11T01:15:42.6883967Z    Compiling portable-pty v0.8.1
2026-07-11T01:15:42.7503327Z    Compiling spake2 v0.4.0
2026-07-11T01:15:42.8570993Z    Compiling strum_macros v0.26.4
2026-07-11T01:15:43.2042914Z    Compiling toml v0.8.23
2026-07-11T01:15:43.2574592Z    Compiling crossterm_winapi v0.9.1
2026-07-11T01:15:43.3542444Z    Compiling regex v1.12.3
2026-07-11T01:15:44.0810767Z    Compiling spt-runtime v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-11T01:15:44.2986736Z    Compiling terminal_size v0.4.4
2026-07-11T01:15:44.7226311Z    Compiling itertools v0.13.0
2026-07-11T01:15:44.7228101Z    Compiling sha1 v0.10.6
2026-07-11T01:15:44.7680074Z    Compiling portmapper v0.16.0
2026-07-11T01:15:44.7847868Z    Compiling darling_macro v0.23.0
2026-07-11T01:15:44.9068667Z    Compiling castaway v0.2.4
2026-07-11T01:15:45.1489801Z    Compiling indoc v2.0.7
2026-07-11T01:15:45.1532496Z    Compiling doctest-file v1.1.1
2026-07-11T01:15:45.2097041Z    Compiling clap_lex v1.1.0
2026-07-11T01:15:45.3061168Z    Compiling darling v0.23.0
2026-07-11T01:15:45.8190590Z    Compiling unicode-width v0.1.14
2026-07-11T01:15:45.8439486Z    Compiling static_assertions v1.1.0
2026-07-11T01:15:45.8904151Z    Compiling recvmsg v1.0.0
2026-07-11T01:15:45.9842819Z    Compiling strum v0.26.3
2026-07-11T01:15:46.2274399Z    Compiling compact_str v0.8.2
2026-07-11T01:15:46.2651338Z    Compiling clap_builder v4.6.0
2026-07-11T01:15:46.3016237Z    Compiling crossterm v0.28.1
2026-07-11T01:15:46.4147309Z    Compiling lru v0.12.5
2026-07-11T01:15:46.7777170Z    Compiling spt-term v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-11T01:15:47.0788438Z    Compiling spt-live v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-11T01:15:47.1064314Z    Compiling unicode-truncate v1.1.0
2026-07-11T01:15:47.1096055Z    Compiling interprocess v2.4.2
2026-07-11T01:15:47.1197820Z    Compiling clap_derive v4.6.1
2026-07-11T01:15:47.1482601Z    Compiling cassowary v0.3.0
2026-07-11T01:15:47.2644661Z    Compiling error-code v3.3.2
2026-07-11T01:15:47.3928743Z    Compiling unicode-width v0.2.0
2026-07-11T01:15:47.4600213Z    Compiling nucleo-matcher v0.3.1
2026-07-11T01:15:47.4604614Z    Compiling qrcode v0.14.1
2026-07-11T01:15:47.6129289Z    Compiling clipboard-win v5.4.1
2026-07-11T01:15:47.7659345Z    Compiling tempfile v3.27.0
2026-07-11T01:15:47.9388114Z    Compiling ratatui v0.29.0
2026-07-11T01:15:49.2285734Z    Compiling clap v4.6.1
2026-07-11T01:16:08.1244358Z    Compiling rustls-webpki v0.103.13
2026-07-11T01:16:12.2398134Z    Compiling tokio-rustls v0.26.4
2026-07-11T01:16:12.2399040Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T01:16:12.2399402Z    Compiling noq-proto v0.17.0
2026-07-11T01:16:13.8340221Z    Compiling hyper-rustls v0.27.9
2026-07-11T01:16:13.8382975Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T01:16:13.8536293Z    Compiling tokio-websockets v0.13.2
2026-07-11T01:16:14.1381730Z    Compiling reqwest v0.13.4
2026-07-11T01:16:15.4356159Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T01:16:37.5702918Z    Compiling spt-net v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-11T01:16:39.4743430Z    Compiling spt-daemon v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-11T01:16:51.7252139Z    Compiling spt v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-11T01:17:00.7196741Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 02s
2026-07-11T01:17:00.7461261Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-da9a758a4911d202.exe)
2026-07-11T01:17:00.8354119Z 
2026-07-11T01:17:00.8354499Z running 1 test
2026-07-11T01:17:09.2758774Z test new_brain_serves_against_old_broker ... ok
2026-07-11T01:17:09.2759113Z 
2026-07-11T01:17:09.2759419Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.44s
2026-07-11T01:17:09.2759839Z 
